Is it possible to enable/disable font antialiasing ONLY in LO?

I've got a question: Does the option marked in the picture with a red line work for you? I mean: Can you enable/disable LO font AA using this "tick" in Options/Libreoffice/View?
I'm asking because in my case it changes absolutely nothing and I have no idea whether it's my "fault" or a common problem (bug?) in LO. Can I somehow figure that out? If so, then how can i do it?
Last edited by Hwiparam (2014-11-07 13:34:34)

drcouzelis wrote:Even so, I'm sure there's a way to force fontconfig to use special settings for just LibreOffice. (Although I have no idea how that's done.)
Yesterday evening I did some googling, however with little result (actually no clear answer so far) If this option does not work for you as well, I think there is a problem with LO, not with my settings.
Maybe some day I will find a way to use fontconfig for that, as you described Or I'll report a bug to the developers. But now I have little time to waste and I've already wasted it too much on this "problem" Thanks.

Similar Messages

  • Is it possible to enable / disable personal hotspot through MDM?

    Is it possible to enable / disable personal hotspot through MDM?

    If you are using the Smartbar you just enable or disable the relevant Menu Item using SET_MENU_ITEM_PROPERTY and that will automatically enable or disable the corresponding Button.
    (you will need to use the Menu module menudefs.mmb which is a MMB version of the standard menu and smartbar and from that you can get the names of all the menu items.)
    If it is a normal toolbar canvas with buttons on it you can use SET_ITEM_PROPERTY to enable and disable the buttons

  • How to Enable/Disable MessageTextInput Read Only property in PFR?

    Dear All,
    When i click on a submit button i need to enable/disable the Read only property of MessageTextInput item.
    Can any one tell me how to do this?
    I am executing the code
    if (pageContext.getParameter("EnableBT") != null) {
    OAMessageTextInputBean beanEmployeeIdCL = (OAMessageTextInputBean)webBean.findIndexedChildRecursive("EmployeeIdCL");
    beanEmployeeIdCL.setReadOnly(false);
    When i used the above code in Process Form Request method it is showing developer mode exception in run time as we can call the above code only in Process Request form.
    Request to please help regarding this.
    Thanks & Regards,
    CAK

    CAK,
    You need to make use of Partial Page Rendering (PPR) & SPELL. Modifying the bean property in PFR is not supported in OAF.
    Refer - PPR section of Devguide for more.
    Regards
    Gyan

  • Is it possible to enable/disable table row selection?

    I have a situation where a user can add rows to a "selection" table with a value that is used to perform a query to get a collection of objects associated with that value. Once those objects are available, a second "results" table will be populated with the row(s) returned. When the value is entered in the selection table, a web service call is made to perform the query and return the results. This may take a few moments and I am displaying an indeterminate progress indicator for the selection table row involved to indicate that the data is not yet available - the progress indicator is included as a column in the row; each row has its own indicator. Once the results are received the indicator is hidden to indicate the query for that row has completed. The user may enter as many rows in the selection table as they wish so there is a distinct possibility of multiple queries being executed at a given time. I have also attached a row selection listener to the selection table such that when a given row is selected, the results table will display the corresponding associated row(s).
    What I'd like to be able to do is somehow temporarily disable the selection of any row that has a query in progress, while leaving other rows whose queries have completed be selectable. Once the query completes, the row can then become selectable, thus allowing for the results to be loaded and displayed in the results table. The way it works right now, if the row is selected while the query is still in progress, nothing is displayed (obviously), but then the row has to be re-selected after the query has completed to see the results. This is a viable (though undesirable) solution/workaround if there is at least one other row in the table. However, if the row is the only row in the table and has been selected, it cannot be re-selected (there's no other row to select to allow for re-selection). To boil it down, what I'd like to do is prevent the selection of the row until the query for that row is complete.
    After perusing the JavaFX 2.2 API, I'm not seeing any obvious way to achieve this effect. If anyone has any solutions, suggestions, etc. on how this could be done I'd appreciate it greatly.

    Here's an [url https://github.com/james-d/Conditionally-selectable-table]example. As predicted, keyboard navigation fails if the keyboard presses would result in an unselectable item being selected using the default selection model. The best workaround I can see for this is to register event filters for the appropriate keyboard strokes, as in the previously referenced thread.
    Update: That code won't run in the current (ea b90) release of JavaFX 8.0, and probably a few recent releases; it will however run in the final release (and it runs in JDK 7). See [url https://javafx-jira.kenai.com/browse/RT-30593]RT-30593
    Edited by: James_D on May 22, 2013 7:51 PM

  • Is it possible to enable/disable requiredfieldvalidator in listview?

    I have a listview that has a
    RadDatePicker with a requiredfieldvalidator.  If a certain field in my database
    has a value (in the case it is a checkbox), I want to disable the requiredfieldvalidator when the page loads, but it is not working. Here is my sample code.
                    CheckBox cb = (CheckBox)e.Item.FindControl("chkNonPurchase");
                    if (cb != null)
                        RequiredFieldValidator rfv = (RequiredFieldValidator)e.Item.FindControl("rfvBirthDate");
                        if (cb.Checked == true)
                           rfv.Enabled = false;
    Thank you in advance for your assistance.

    You can enable or disable the RequiredFieldValidator with JavaScript on the client-side on Windows.Load or Document.Ready.
    http://www.c-sharpcorner.com/Blogs/3363/enabledisable-requiredfieldvalidator-with-javascript.aspx
    You may want to post to the Javascritpt section in tha ASP.NET forum for further assistance.
    http://forums.asp.net/

  • Is it possible to enable & disable a field in a multi record block

    When I enable a field in the multi record block all the records for that field are enabled or vice versa. I don't want that.
    If I enable a field for one record the rest of them should stay as it is.
    Thanks for any help.
    Syed Jaleel.

    You can set update_allowed,insert_allowed, Navigable false for
    field in multirecord block using
    Set-Item_Instance_Property;
    Eg:
    Set_Item_Instance_Property('BlkName.item_name',Record_number,Insert_Allowed,Property_False);

  • Is it possible to programatically enable/disable a schedule?

    Hi,
    I'm looking for a way to start and stop an existing schedule based on certain criteria.
    Is it possible to enable/disable a schedule programatically, from within an Action block?  Calling an HTTP URL for example?
    Thanks.

    Hi,
    One solution would be using the Illuminator service for this:
    First execute the Scheduler service with list mode (using XML query or HTTP Post action) as :
    /XMII/Illuminator?service=Scheduler&mode=List
    This will give you the list of the available scheduler configurations in the system along with the corresponding Job ID. Use XPath in BLS to retrieve the JobID from the list by the Scheduler Config name.
    Next execute the Scheduler service with Disable mode passing the JobID retrieved from :
    /XMII/Illuminator?service=Scheduler&mode=Enable&ID=<JobID>
    This will disable that particular scheduled job. To enable it use the same service with Enable mode:
    /XMII/Illuminator?service=Scheduler&mode=Disable&ID=<JobID>
    Hope this helps.
    Thanks,
    Dipankar

  • Enable/disable/defaulting the radio button in tabular Form

    Hi friends,
    I have one radio button column in my tabular form with 3 values for it.
    <li>FC
    <li>BC
    <li>EC
    I need to enable/disable the radio buttons according to the position of the user.
    If the position of the user is CEO means,
    then FC radio button has to be checked defaultly and also for him he needs to have BC and EC radio buttons to be enabled.
    If the position of the user is between(1-4) grades means,
    then FC radio button has to be disabled, but BC radio button has to be checked defaultly and also for him he needs to have EC radio buttons to be enabled.
    If the position of the user is between(4-6) grades means,
    then FC, BC radio button has to be disabled, but EC radio button has to be checked defaultly.
    How i can achieve this radio button enabling/disabling and defaulting it dynamically according to the user.
    Where i need to specify this kind of restriction inorder to work for me in my application.
    Brgds,
    Mini

    Hi Bob,
    thanks for your reply first, and your suggestion too.
    I tried in the below manner on the lov definition of my radio button and it hide/shown according to the user who logs into the application.
    SELECT 'FC' d, 'FC' r FROM DUAL WHERE lower(:APP_USER) = (select lower(user_name) from apps.xxhy_ams_details_v where upper(job_name) = 'CEO')
    UNION ALL
    SELECT 'BC' d, 'BC' r FROM DUAL WHERE lower(:APP_USER) IN (select lower(user_name) from apps.xxhy_ams_details_v where grade_name
    BETWEEN 1 and 4 OR lower(:APP_USER) = (select lower(user_name) from apps.xxhy_ams_details_v where upper(job_name) = 'CEO'))
    UNION ALL
    SELECT 'EC' d, 'EC' r FROM DUALBut how i can check the radio button defaultly according to the user who logs in .
    <li> If the employee with the position CEO logs into the application means, he needs to have FC to be checked defaultly.
    <li> If the employee with the grade between(1-4) logs into the application means, he needs to have BC to be checked defaultly.
    <li> If the employee with the grade between(5-12) logs into the application means, he needs to have EC to be checked defaultly.
    Note:
    Instead of hide/show the radio buttons defaultly whether it is possible to enable/disable the radio button according to the user who logs into the application.
    Brgds,
    Mini...

  • I lost my gtk fonts antialiasing after upgrade

    Again, i have problems after a global upgrade.
    I lost my gtk fonts antialiasing after upgrade. I lost the fonts quality of the programs that use gtk-engine like (firefox, thunderbird, etc). Here is the pacman log:
    [08/04/06 15:15] synchronizing package lists
    [08/04/06 15:15] starting full system upgrade
    [08/04/06 15:42] upgraded kde-common (3.5.3-3 -> 3.5.4-1)
    [08/04/06 15:42] upgraded arts (1.5.3-2 -> 1.5.4-1)
    [08/04/06 15:43] upgraded libgnomeui (2.14.1-1 -> 2.14.1-2)
    [08/04/06 15:43] upgraded gnome-desktop (2.14.2-1 -> 2.14.3-1)
    [08/04/06 15:43] upgraded eel (2.14.1-1 -> 2.14.3-1)
    [08/04/06 15:43] upgraded libsoup (2.2.93-1 -> 2.2.96-1)
    [08/04/06 15:43] installed libldap (2.3.25-2)
    [08/04/06 15:43] upgraded evolution-data-server (1.6.2-2 -> 1.6.3-2)
    [08/04/06 15:43] upgraded font-bh-ttf (1.0.0-2 -> 1.0.0-3)
    [08/04/06 15:44] upgraded gail (1.8.11-1 -> 1.8.11-2)
    [08/04/06 15:44] upgraded gnome-menus (2.14.0-1 -> 2.14.3-1)
    [08/04/06 15:44] upgraded gsfonts (8.11-3 -> 8.11-4)
    [08/04/06 15:44] upgraded gtk-qt-engine (0.7-1 -> 0.7-2)
    [08/04/06 15:44] upgraded gtk-xfce-engine (2.2.8-2 -> 2.2.8-3)
    [08/04/06 15:44] upgraded gtkhtml (3.10.2-1 -> 3.10.3-1)
    [08/04/06 15:45] upgraded jre (1_5_0_07-1 -> 1_5_0_07-2)
    [08/04/06 15:45] upgraded kdelibs (3.5.3-3 -> 3.5.4-1)
    [08/04/06 15:45] upgraded kdebase (3.5.3-4 -> 3.5.4-2)
    [08/04/06 15:46] upgraded kde-i18n-pt_br (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:46] upgraded kdeaccessibility (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:46] upgraded kdepim (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:47] upgraded kdemultimedia (3.5.3-2 -> 3.5.4-2)
    [08/04/06 15:47] upgraded kdegames (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:47] upgraded kdeaddons (3.5.3-2 -> 3.5.4-1)
    [08/04/06 15:47] upgraded kdeadmin (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:47] upgraded kdeartwork (3.5.3-2 -> 3.5.4-1)
    [08/04/06 15:47] upgraded kdebindings (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:48] upgraded kdeedu (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:48] upgraded kdegraphics (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:48] upgraded kdenetwork (3.5.3-4 -> 3.5.4-1)
    [08/04/06 15:48] upgraded kdesdk (3.5.3-2 -> 3.5.4-1)
    [08/04/06 15:49] upgraded kdetoys (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:49] upgraded kdeutils (3.5.3-2 -> 3.5.4-1)
    [08/04/06 15:49] upgraded kdewebdev (3.5.3-1 -> 3.5.4-1)
    [08/04/06 15:49] upgraded nautilus (2.14.1-2 -> 2.14.3-1)
    [08/04/06 15:49] upgraded openldap (2.3.24-1 -> 2.3.25-1)
    [08/04/06 15:49] upgraded ttf-bitstream-vera (1.10-4 -> 1.10-5)
    [08/04/06 15:50] upgraded xorg-fonts-100dpi (1.0.0-2 -> 1.0.1-1)
    [08/04/06 15:50] upgraded xorg-fonts-encodings (1.0.0-1 -> 1.0.0-2)
    [08/04/06 15:50] upgraded xorg-fonts-misc (1.0.0-2 -> 1.0.0-3)
    why the maintainers dont test the pkgs (especialy the gtk app) before the refresh of the source mirrors? this is terrible boring...

    JGC wrote:Update from an up-to-date mirror? The current version of kde-common is 3.5.4-2. As a workaround, you could go to the KDE font preferences, disable AA, apply and enable AA after that, it should work with non-KDE apps then too again.
    i change the fonts style on the kcontrol to defaults and after that i set on the gtk-engine to (use my kde fonts in gtk app) and i restart the applications...now seems to be ok... thx

  • How to enable / disable SSRS Parameter

    Hi
    I want to enable a parameter called "start date" (type is date) when another (value from dropdown) parameter is selected
    Say for an example, i have below 3 parameters
    1. drop down which 2 values called "vtextbox","vdate"
    2. start (data type is date)
    3. finish (data type is date)
    when i select "vdate"value from the dropdown 2nd and 3rd parameters has to be enable
    similarly when i select "vtextbox" value from the dropdown 2nd and 3rd parameter has to disable
    I have searched many forums every one says this is not possible in report manager interface
    But this is possible in custom code
    please make a note all three parameters are independant
    It would be great if any one provide the custom code for same
    Regards
    Santosh

    Hi itsmesantosh1982,
    According to your description, you want to use a parameter to control enable/disable other two parameters. Right?
    In Reporting Services, when we create a parameter, this parameter has been enabled. The only way you want to disable the parameter is deleting it. In this scenario, disable the two parameter is same as selecting all values in these two parameters. So
    we can just modify the default values in 2nd and 3rd parameter instead of using cascading parameter. We can create a dataset, put in the query below:
    IF @Param='vtextbox'
    select distinct startdate from [table]
    else
    select '[value]'
    The [value] can be any value which is not existing in [table]. So when you select 'vtextbox', the default value will be all values in the table. If you select 'vdate', it will need you to select value automatically because the return value is not existing
    in the table. This can be an effective workaround for your requirement.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Enabling/Disabling PDF in Browser Option (Acrobat XI)

    Firstly, know that yes I understand that this setting is no longer found in and handled by Acrobat XI and that to enable or disable PDF in browser setting you enable/disable the add-on in IE (or other browser).
    In the hopes of making it more straightforward and convenient for users to toggle this setting, one option is being explored to create a custom Javascript action in Acrobat to write to the user registry to turn this on/off.
    Is this feasible? Can Acrobat JavaScript actions read and write to the user's registry? As we have a collection of users that need to regularly toggle this setting (for reasons I won't go into here), it would be ideal to have an easy and straightforward means to change this setting. One possibility might be a custom Acrobat JavaScript action.
    Thoughts, suggestions, ideas?
    Thank you

    Thank you. Forgive me but I want to make absolutely certain...in no way can a custom Acrobat JavaScript action change the user's registry. Is this correct? A pointer to official documentation stating such would be excellent. I have to convince someone not easily convinced

  • Cl_wd_table - enable/disable certain cells

    Hello together,
    I'm looking for a good solution to enable/disable certain cells in a table.
    For example I have the following table (the real table is more complex - with buttons and so on...):
    User
    ToDo
    State
    A
    Todo1
    Done
    B
    Todo2
    In Process
    A
    Todo3
    In Process
    B
    Todo4
    Done
    I have different users which are working on this tabe:
    - Administrator: Can edit whole table (except State column)
    - Employee: Can only edit State Column where he is assigned
    I think it would be difficult to work with context attributs in this case?
    Is it possible to Loop over all table lines an set "enabled" Attribut in the coding?
    Best Regards

    Hi Uwe,
    Check this below links
    How to edit conditionally row of a ALV table in Web Dynpro for ABAP
    ABAP WebDynpro: Can edit a cell in a column?
    Thanks
    KH

  • How to make the checkbox field as enabled/disabled?

    HI,
    i want to enable/disable the checkbox
    at run time??
    is it possible to do it??

    Hi user10185229 ,
    You can do this with SPEL.
    Thanks.....

  • Screen Personas 2.0 Enable/Disable script button in Javascript

    Hi,
    Has anyone tried enabling or disabling script buttons on a flavor using Javascript. I have two script buttons,
    The first one (Button1) searches for a contract based on the contract id provided by the user in a text box. (So, the script triggers the transaction me33k, fetches and displays the relevant fields in the flavor)
    Now, based on whether the contract is present in the system the user needs to click another script button (Button2) which will allow him to create an order. Currently the button is disabled (ScriptButton.IsEnabled = false in the Properties menu).
    In the Button1 script towards the end, I need to enable Button2 is a contract is found. So in the Button1 script, at the final step I try to calculate in JS and write the following JS code,
    var args.btn2id = document.getElementById("Personas/blahblahblah");
    args.btn2id.disabled = false;
    But this is never works. And I have noticed that the control id does not return the control object in Javascript (so, args.btn2id is always null) and I tried removing the '/' and various other options.
    Has anyone ever tried to enable/disable buttons in Personas? Is it even possible?
    Abhijeet

    You don't have access to the Personas control properties from JavaScript to dynamically change them.
    About the only thing that comes to mind is Tobias' method to hide the script button if you want to disable it.

  • Temporary disable Font auto-activation(UTC)

    Is there a way via javascript to temporarily disable and then reenable the Extensis UTC Font auto-activation for Indesign files?
    I have a script that loops through and opens a file, edits it, exports it and then reverts and does it again for x number of pages. The script used to work fine when manually enabling and disabling fonts but not we have had a few font issues in the PDFs and we're thinking it has to to with the auto-activation interrupting the script or something like that.
    Since the file is opened manually the first time that would allow the auto activation to occur once. The script would then run and disable it, do all the edits. exports. and reverts and then when its done enable auto-activation again.
    Let me know if you have any ideas or if you happen to already know the about the issue.
    Thank you

    Hi,
    Everything is normal, it's the result of the command
    To disable auto activating font
    autoactivation -d
    Result -->  auto activation globally changed to AutoActivationDisabled
    To enable auto activating font
    atsutil autoactivation -e
    Result --> auto activation globally changed to AutoActivationEnabled

Maybe you are looking for