Skip to content

Commit

Permalink
Update __scribble_config_behaviours.gml
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jan 15, 2022
1 parent d76032a commit fdb5a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#macro SCRIBBLE_MISSING_CHARACTER "?" //Character to use when another character is missing from a font
#macro SCRIBBLE_BGR_COLOR_HEX_CODES false //Set to <true> to use GameMaker's #BBGGRR format for in-line hex code colors. <false> uses the web standard #RRGGBB format
#macro SCRIBBLE_INCLUDED_FILES_SUBDIRECTORY "" //The directory to look in for font .yy files, relative to the root folder that Included Files are stored in
#macro SCRIBBLE_BOUNDING_BOX_USES_PAGE true //Whether to use text element sizes (false) or page sizes (true) for bounding box calculation
#macro SCRIBBLE_BOUNDING_BOX_USES_PAGE true //Whether to use text element sizes (false) or page sizes (true) for bounding box calculations
#macro SCRIBBLE_TAB_WIDTH 4 //Width of a horizontal tab, as a number of spaces
#macro SCRIBBLE_FLEXIBLE_WHITESPACE_WIDTH true //Controls if spaces and tabs have a fixed, unchanging size. Setting this to <false> will ensure that spaces are always the same size, which is useful for monospaced fonts
#macro SCRIBBLE_PIN_ALIGNMENT_USES_PAGE_SIZE false //Sets whether pin alignments use the size of the page for positioning, or the size of the text element (the bounding box across all pages)
Expand Down

0 comments on commit fdb5a5f

Please sign in to comment.