Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMonospace ¶
func IsMonospace(font *docs.WeightedFontFamily) bool
determine whether a font is monospace (used for detecting code blocks)
func MatchObjectIDsToImages ¶
MatchOBjectIDsToImages creates a map from Google Doc object IDs to the URL of the corresponding image
Types ¶
type Archive ¶
type Archive struct { Doc *docs.Document HTML []byte // html export of the google doc Images []*Image // images from the html-exported google doc }
Archive represents a google that has been exported, including images This is the struct that is serialized to make .googledoc files
Click to show internal directories.
Click to hide internal directories.