diff options
author | nyamatongwe <unknown> | 2011-08-12 23:12:47 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-08-12 23:12:47 +1000 |
commit | 9f1e13f587c8c3221a99cd2beee90242c32862fc (patch) | |
tree | b91ed0cd723c919c97a1e0150473edad5ab7cac8 /include | |
parent | b6c394825bf6dd8212bf1ff8820d6d2ffab2a7d3 (diff) | |
download | scintilla-mirror-9f1e13f587c8c3221a99cd2beee90242c32862fc.tar.gz |
Added SCI_STYLESETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, and SCI_SETTECHNOLOGY.
Diffstat (limited to 'include')
-rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c5b58caae..08a77b605 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -487,7 +487,7 @@ val SC_FONT_SIZE_MULTIPLIER=100 # Set the size of characters of a style. Size is in points multiplied by 100. set void StyleSetSizeFractional=2061(int style, int caseForce) -# Get the weight of characters of a style in points multiplied by 100 +# Get the size of characters of a style in points multiplied by 100 get int StyleGetSizeFractional=2062(int style,) enu FontWeight=SC_WEIGHT_ @@ -495,7 +495,7 @@ val SC_WEIGHT_NORMAL=400 val SC_WEIGHT_SEMIBOLD=600 val SC_WEIGHT_BOLD=700 -# Get the weight of characters of a style. +# Set the weight of characters of a style. set void StyleSetWeight=2063(int style, int weight) # Get the weight of characters of a style. |